home *** CD-ROM | disk | FTP | other *** search
- Columbia University Center for Computer Activities
-
- OSTAPE
-
- Written by Eric M Bitterman on 10/31/84
-
- This program will read thru an OS formatted tape and copy the
- files on it to a CMS disk, based on the name in the HDR rec.
-
- To copy this program from tape to a CMS disk, issue the following
- commands:
- TAPE REW
- TAPE FSF
- FILEDEF INMOVE TAP1 (RECFM VB LRECL 13000 BLOCK 13000)
- FILEDEF OUTMOVE DISK OSTAPE ASSEMBLE A (RECFM V LRECL 100)
- MOVEFILE
- COPYFILE OSTAPE ASSEMBLE A (RECFM F LRECL 80)
-
- To generate this program just enter the following CMS commands:
- ASSEMBLE OSTAPE
- LOAD OSTAPE
- GENMOD OSTAPE
- NUCXLOAD OSTAPE
-
- To install the files, the installation tape must be attached
- as 181 and then just enter: OSTAPE and away it goes.
-
- The format of this command is:
- OSTAPE COPYALL ( a b d y z )
- DUMP fn ft fm ( a b d y )
- DVOL1 ( d e )
- GENEXEC fn ft fm ( a b d )
- LOAD fn ft fm ( b c d )
- MODESET ( d )
- SCAN fn ft ( b c d )
- tapcmd nn ( d )
- WVOL1 volser owner ( d e )
-
- tapcmd = BSR BSF ERG FSR FSF REW RUN WTM
- nn = number of times this function is to be issued
- fn/ft/fm = CMS filename, type and mode
-
- Options
- -------
- a WTM | NOWTM BLKSIZE {4096 | 800}
- b PRINT | NOPRINT TERM DISK
- c EOT EOF nn
- d TAPn DEN density cuu
- e REWIND LEAVE
- y APPEND
- z INPUT cuu OUTPUT cuu
-